Skip to main content

Plain Text Template

PlainTextTemplate

Generates plain text files using Apache Freemarker templates.

Configuration

Example

Use the following syntax to configure this plugin globally as part of config.yml:

ort:
reporter:
reporters:
PlainTextTemplate:
options:
templateIds: null
templatePaths: null

Options

templateIds

STRING_LIST

A comma-separated list of IDs of templates provided by ORT. Currently, only the "NOTICE_DEFAULT" and "NOTICE_SUMMARY" templates are available. If no template id or path is provided, the "NOTICE_DEFAULT" template is used.

templatePaths

STRING_LIST

A comma-separated list of paths to template files provided by the user.